home *** CD-ROM | disk | FTP | other *** search
/ CBM Funet Archive / cbm-funet-archive-2003.iso / cbm / c64 / programming / atbasic.lzh / atbasic / src / SBA 5.3 .S15,P (.txt) < prev    next >
Encoding:
Commodore BASIC  |  1996-03-04  |  515 b   |  25 lines

  1. 100 (NULL)
  2. 110 rem v=0 => fuer ram
  3. 120 rem v=1 => fuer modul
  4. 130 rem fs=0 => normal
  5. 140 rem fs=1 => ctrl-taste (reset)=>
  6. 150 rem fs=2 => enter'@r*
  7. 160 sys7*4096
  8. 165 prganf =$8000
  9. 170 .opt oo:*=prganf
  10. 180 .word nreset,nnmi
  11. 190 .asc "[195][194][205]80"
  12. 195 speed =0
  13. 200 v =0
  14. 210 fs =1
  15. 220 .icl 8,"sbl 5.2 .s 1"
  16. 230 .icl 8,"sbr 5.3 .s 5"
  17. 240 .icl 8,"sbs 5.3 .s 7"
  18. 250 .icl 8,"sbt 5.3 .s 4"
  19. 260 .icl 8,"sbk 5.3 .s 2"
  20. 270 .icl 8,"sbd 5.3 .s 4"
  21. 280 .icl 8,"sbh 5.3 .s 2"
  22. 290 .icl 8,"sbe 5.3 .s 4"
  23. 300 .icl 8,"sbm 5.2 .s 1"
  24. 310 .icl 8,"sbv 5.3 .s 1"
  25.